home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Collections: Purity
/
Purity #42 (1995-01)(PackMAN)(DE)[WB].zip
/
Purity #42 (1995-01)(PackMAN)(DE)[WB].adf
/
Includes3v1
/
Includes3v1.lha
/
Utils
/
TaskUtils.i
< prev
next >
Wrap
Text File
|
1994-12-04
|
377b
|
17 lines
{
TaskUtils.i
Declares the Task support routines CreateTask and DeleteTask.
The source for these routines is under Runtime/Extras.
}
{$I "Include:Exec/Tasks.i"}
Function CreateTask(name : String; pri : Byte;
initPC : Address; stackSize : Integer) : TaskPtr;
External;
Procedure DeleteTask(tc : TaskPtr);
External;